Conditions | 1 |
Total Lines | 8 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | //Write this document for import for all functions of Lavine.js// |
||
5 | /** |
||
6 | * Create one new Element for your page,insert one Id. |
||
7 | * @param {string} renderElement name of tag Html what your want add to page. |
||
8 | * @param {string} content Content for your new element. |
||
9 | * @param {string} selectObject Target object of your add the new element. |
||
10 | * @param {string} Id Id target for ypur new element. |
||
11 | */ |
||
12 | newElement(renderElement:any,content:any,selectObject:any,classList:any,Id:any):void |
||
13 | createHtml(elementTarget:any,content:any):void |
||
26 | } |